相對於 HTTP ,利用 SSL/TLS 協議幫助瀏覽器和伺服器之間的連線提供安全性。若要使用 HTTPS 需要來自憑證授權機構的證書,取得證書之後需要再伺服器上面安裝 Web 服務器上。HTTPS 通常使用 TCP 443 port 。
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install certbot python-certbot-nginx
sudo certbot --nginx
sudo certbot certonly --nginx
sudo certbot renew --dry-run